PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFIdMap Class / get Method
The identifier that is mapped to the structure element.
In This Topic
    get Method
    In This Topic
    Gets the mapping for a structure element.
    Syntax
    public PDFStructureElement get( 
       java.lang.String identifier
    )

    Parameters

    identifier
    The identifier that is mapped to the structure element.

    Return Value

    The structure element that is mapped to the identifier.
    Exceptions
    ExceptionDescription
    When identifier is null.
    See Also